Version

events Property

Returns a reference to the Infragistics.Web.UI.DragDropEvents object, which contains all the events of the behavior. Reference to events.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_events() : DragDropEvents
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropBehavior.get_events();
See Also